type github.com/klauspost/compress/zstd.history

20 uses

	github.com/klauspost/compress/zstd (current package)
		blockdec.go#L93: 		newHist  *history
		blockdec.go#L227: func (b *blockDec) decodeBuf(hist *history) error {
		blockdec.go#L275: func (b *blockDec) decodeLiterals(in []byte, hist *history) (remain []byte, err error) {
		blockdec.go#L477: func (b *blockDec) decodeCompressed(hist *history) error {
		blockdec.go#L505: func (b *blockDec) prepareSequences(in []byte, hist *history) (err error) {
		blockdec.go#L651: func (b *blockDec) decodeSequences(hist *history) error {
		blockdec.go#L672: func (b *blockDec) executeSequences(hist *history) error {
		blockdec.go#L690: func (b *blockDec) updateHistory(hist *history) error {
		decoder.go#L664: 		var hist history
		decoder.go#L719: 		var hist history
		decoder.go#L819: 	var hist history
		framedec.go#L23: 	history history
		history.go#L12: type history struct {
		history.go#L35: func (h *history) reset() {
		history.go#L48: func (h *history) freeHuffDecoder() {
		history.go#L57: func (h *history) setDict(dict *dict) {
		history.go#L73: func (h *history) append(b []byte) {
		history.go#L96: func (h *history) ensureBlock() {
		history.go#L114: func (h *history) appendKeep(b []byte) {
		seqdec.go#L80: func (s *sequenceDecs) initialize(br *bitReader, hist *history, out []byte) error {